home *** CD-ROM | disk | FTP | other *** search
/ SuperView Productivity Suite 2 / SuperView Productivity Suite 2.iso / BONUS / Support / Install_Ghost / GSZusatz / GhostViewScreen < prev   
Encoding:
AmigaDOS Script File  |  1998-06-18  |  237 b   |  12 lines

  1. .key FILE
  2. .bra [
  3. .ket ]
  4.  
  5. SetEnv GS_LIB data
  6. Stack 32768
  7. If [FILE]
  8.     gs -sDEVICE=amiga_custom -sPAPERSIZE=$gspapersize -r120 [FILE]
  9. Else
  10.     gs -sDEVICE=amiga_custom -sPAPERSIZE=$gspapersize -r120 `RequestFile PATTERN "(#?.ps|#?.pdf)"`
  11. EndIf
  12.